home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / mac / Idea Source™ / Bugs.DIR / 00102.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  311 b   |  17 lines

  1. on exitFrame
  2.   blorb()
  3.   set the locH of sprite 16 to the locH of sprite 17 + 20
  4.   set the locV of sprite 16 to the locV of sprite 17 - 20
  5.   updateStage()
  6.   go(the frame)
  7. end
  8.  
  9. on mouseUp
  10.   if sprite 16 intersects 2 then
  11.     go("roachjar")
  12.   end if
  13.   if sprite 16 intersects 18 then
  14.     go("munch")
  15.   end if
  16. end
  17.